home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
tds-2.04.lha
/
TDS
/
Examples
/
Lattice
/
example.c
next >
Wrap
C/C++ Source or Header
|
1994-08-31
|
128b
|
14 lines
/* example.c */
#include <stdio.h>
int
main(argc,argv)
int argc;
char *argv[];
{
printf("Hello World !\n");
return(0);
}